POV-Ray : Newsgroups : povray.newusers : Trace with pigments : Re: Trace with pigments Server Time
28 Jul 2024 16:17:22 EDT (-0400)
  Re: Trace with pigments  
From: Gyscos
Date: 5 Jul 2008 11:05:04
Message: <web.486f8d6ec03ce0661ba56a630@news.povray.org>
Humm, on my PC it doens't work, the spheres are black (I use POV-ray v3.7 b27 so
maybe it doesn't support cutaway_textures...)

Are you sure the box stores the texture of every point of the space, not only on
its surface ?...

What I first wanted to do was to put spheres on the object without the object
itself (like a wireview with spheres instead of wires).

Would something like :

object {
  difference {
    union {
      object { MyObject }
      object { MyObject invert }
    }
    sphere { TheSpheresToPut }
    cutaway_texture
  }
invert
}

work ?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.